func github.com/jackc/pgx/v5/pgtype.encodeUUID

7 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		uuid.go#L56: func encodeUUID(src [16]byte) string {
		uuid.go#L98: 	return encodeUUID(src.Bytes), nil
		uuid.go#L106: 	return encodeUUID(src.Bytes)
		uuid.go#L117: 	buff.WriteString(encodeUUID(src.Bytes))
		uuid.go#L191: 	return append(buf, encodeUUID(uuid.Bytes)...), nil
		uuid.go#L248: 	return scanner.ScanText(Text{String: encodeUUID(buf), Valid: true})
		uuid.go#L279: 	return encodeUUID(uuid.Bytes), nil